Line 96 of QMIDevice. C:
	#include<linux/sched/signal.h>
Such a path is applicable to kernel 4.15For example ubuntu 16.04

For previous versions of kernel 4.15, it should be changed to:
	#include<linux/sched.h>